home *** CD-ROM | disk | FTP | other *** search
/ Serving Financial Service…olutions Suite 1994 Fall / Serving Financial Services Solutions Suite 1994 Fall.iso / Apps / Thoughtful / HyperSense.app / English.lproj / HyperSense.nib / data.classes < prev    next >
Text File  |  1994-05-11  |  1KB  |  76 lines

  1. Actor = {
  2.     OUTLETS = {
  3.     script;
  4.     links;
  5.     baseObj;
  6.     };
  7.     SUPERCLASS = Control;
  8. };
  9. ObjectStore = {
  10.     OUTLETS = {
  11.     objectTable;
  12.     };
  13.     SUPERCLASS = Object;
  14. };
  15. Value = {
  16.     SUPERCLASS = Object;
  17. };
  18. FirstResponder = {
  19.     ACTIONS = {
  20.     redoChange:;
  21.     undoChange:;
  22.     validateCommand:;
  23.     };
  24.     SUPERCLASS = Object;
  25. };
  26. HCApp = {
  27.     ACTIONS = {
  28.     appWillInit:;
  29.     terminate:;
  30.     sendMessageQ:;
  31.     menuClicked:;
  32.     startUpSelection:;
  33.     drawToolClicked:;
  34.     };
  35.     OUTLETS = {
  36.     pageForthStack;
  37.     openDocs;
  38.     pageBackStack;
  39.     infoPanelVersionField;
  40.     startUpRegisterButton;
  41.     structureBrowser;
  42.     messageQ;
  43.     infoPanel;
  44.     findPanel;
  45.     currentFactory;
  46.     startUpWindow;
  47.     currentDocument;
  48.     menuManager;
  49.     tempOpenStacks;
  50.     colorPanel;
  51.     layerPanel;
  52.     customTool;
  53.     standardMenu;
  54.     startUpMessage;
  55.     toolMatrix;
  56.     soundResourceView;
  57.     toolModeMatrix;
  58.     dragController;
  59.     currentWindowView;
  60.     imageResourceView;
  61.     pageStack;
  62.     openStacks;
  63.     homeDoc;
  64.     toolBox;
  65.     messageBox;
  66.     startUpDemoButton;
  67.     startUpQuitButton;
  68.     eventTarget;
  69.     tempOpenDocs;
  70.     };
  71.     SUPERCLASS = Application;
  72. };
  73. DragView = {
  74.     SUPERCLASS = View;
  75. };
  76.